home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 08 / _SETUP.1 / Constructor.exe / 0 / RCDATA / TCODEFORM / TCODEFORM.txt < prev   
Encoding:
Text File  |  1999-02-20  |  2.1 KB  |  116 lines

  1. object CodeForm: TCodeForm
  2.   Left = 170
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Common Code Section Wizard'
  6.   ClientHeight = 338
  7.   ClientWidth = 427
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 6
  18.     Top = 6
  19.     Width = 153
  20.     Height = 287
  21.   end
  22.   object Bevel4: TBevel
  23.     Left = 6
  24.     Top = 296
  25.     Width = 417
  26.     Height = 5
  27.     Shape = bsBottomLine
  28.   end
  29.   object Image1: TImage
  30.     Left = 7
  31.     Top = 7
  32.     Width = 151
  33.     Height = 285
  34.     Picture.Data = {<image000.bmp>}
  35.   end
  36.   object Pages: TPageControl
  37.     Left = 168
  38.     Top = 6
  39.     Width = 257
  40.     Height = 289
  41.     ActivePage = Code
  42.     TabOrder = 0
  43.     object Code: TTabSheet
  44.       Caption = 'Code'
  45.       TabVisible = False
  46.       object Label1: TLabel
  47.         Left = 8
  48.         Top = 8
  49.         Width = 61
  50.         Height = 13
  51.         Caption = 'Starting Tag:'
  52.       end
  53.       object Label2: TLabel
  54.         Left = 8
  55.         Top = 144
  56.         Width = 56
  57.         Height = 13
  58.         Caption = 'Closing Tag'
  59.       end
  60.       object Start: TMemo
  61.         Left = 8
  62.         Top = 27
  63.         Width = 233
  64.         Height = 106
  65.         TabOrder = 0
  66.       end
  67.       object End: TMemo
  68.         Left = 8
  69.         Top = 163
  70.         Width = 233
  71.         Height = 106
  72.         TabOrder = 1
  73.       end
  74.     end
  75.   end
  76.   object Cancel: TButton
  77.     Left = 84
  78.     Top = 307
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.   end
  86.   object Back: TButton
  87.     Left = 168
  88.     Top = 307
  89.     Width = 75
  90.     Height = 25
  91.     Caption = '< Back'
  92.     Enabled = False
  93.     TabOrder = 2
  94.   end
  95.   object Next: TButton
  96.     Left = 248
  97.     Top = 307
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Next >'
  101.     Enabled = False
  102.     TabOrder = 3
  103.   end
  104.   object Finish: TButton
  105.     Left = 328
  106.     Top = 307
  107.     Width = 75
  108.     Height = 25
  109.     Caption = 'Finish'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 4
  113.     OnClick = FinishClick
  114.   end
  115. end
  116.